projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02cf345
)
ea20: fix libea20.o not found
author
Ben Gardiner
<
[email protected]
>
Tue, 11 Jan 2011 19:48:16 +0000
(14:48 -0500)
committer
Wolfgang Denk
<
[email protected]
>
Mon, 11 Apr 2011 19:26:48 +0000
(21:26 +0200)
This patch fixes ea20 after commit
6d8962e814c15807dd6ac5757904be2a02d187b8
where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the
Makefiles except ea20, probably due to merge path of the changes in 2010.12.
Signed-off-by: Ben Gardiner<
[email protected]
>
CC: Sebastien Carlier <
[email protected]
>
Acked-by : Stefano Babic <
[email protected]
>
board/davinci/ea20/Makefile
patch
|
blob
|
history
diff --git
a/board/davinci/ea20/Makefile
b/board/davinci/ea20/Makefile
index ddd256426937f4141ae35b10940bc307fc42224c..67ec4612a93b3c6bccda430bfa024bb01d86f2cc 100644
(file)
--- a/
board/davinci/ea20/Makefile
+++ b/
board/davinci/ea20/Makefile
@@
-25,7
+25,7
@@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).
a
+LIB = $(obj)lib$(BOARD).
o
COBJS-y += ea20.o